home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / chat / to-talk-.1 < prev    next >
Encoding:
Text File  |  1996-11-17  |  3.8 KB  |  123 lines

  1.  
  2. VERSION
  3.    to-talk 1.1, 25 Sep 1995
  4.  
  5.  
  6. ABSTRACT
  7.  
  8.    An "old talk" client and server.
  9.  
  10.    This is a hacked version of NetBSD's [n]talk & [n]talkd
  11.  
  12.    The programs were modified to conform to the protocol used 
  13.    by the OLD (BSD4.2) talk server and clients
  14.    i.e. those using port 517/udp.
  15.  
  16.    to-talk-1.1 has successfully been tested on linux-1.3.29/i586.
  17.    It was able to communicate locally to itself as well as to 
  18.    remote native talks on
  19.         SINIX-N 5.41    RM400   R3000
  20.         SunOS   4.1.3   sun4m   sparc
  21.         SunOS   5.4     sun4m   sparc
  22.         TOS64M  4.1.01  i88_hfx TARGON/35-M50
  23.         SINIX-L 5.41    i386    MX300
  24.         unisys  4.0     i386    386/AT
  25.  
  26.                       Thomas Omerzu <omerzu@quantum.de>, 25.9.95
  27.  
  28. SYNOPSIS
  29.  
  30.    to-talk user[@host] [tty]
  31.  
  32.    inetd.conf:
  33.    talk    dgram   udp     wait    root    /usr/local/sbin/to-talkd to-talkd
  34.  
  35.  
  36.  
  37. INSTALLATION NOTES
  38.  
  39.    to-talkd requires to be entered to /etc/inetd.conf.
  40.    "make install" automates this.
  41.  
  42.  
  43.  
  44. INSTALLATION FROM SOURCE CODE
  45.  
  46.    Under Linux, follow these steps:
  47.  
  48.    unpack:      tar xvfz to-talk-1.0.src.tar.gz
  49.    compile:     cd to-talk-1.0 ; make
  50.    install:     su root -c "make install"
  51.  
  52.  
  53.  
  54. INSTALLATION FROM BINARY CODE
  55.  
  56.    Under Linux, follow these steps:
  57.    (Note: Binary version requires libcurses.so.0.1.2 & libc.so.4.6.27)
  58.  
  59.    unpack:      tar xvfz to-talk-1.0.bin.tar.gz
  60.    install:     cd to-talk-1.0; su root -c "make install"
  61.  
  62.  
  63.  
  64. BUGS
  65.  
  66.   to-talk-1.0 cannot talk to new talk daemons (518/udp).
  67.   to-talk-1.0 cannot talk to the following old talk daemons:
  68.         ULTRIX  4.3     RISC            
  69.         (this is not really an old talk; use new talk instead!) 
  70.  
  71.  
  72.  
  73. VERSION HISTORY
  74.  
  75.    to-talk 1.1, 25 Sep 1995
  76.         added compatibility for machines using wrong byteorder for sa_family,
  77.         e.g. SINIX/i386 and Unisys/i386
  78.    to-talk 1.0, 24 Sep 1995
  79.         first release
  80.  
  81.  
  82. TODO
  83.  
  84.   * adapt man page
  85.   * automatic choose of "right" talk protocol (old/new)
  86.  
  87.  
  88.  
  89. DISCLAIMER & COPYRIGHT NOTICE
  90.  
  91.    Copyright (c) 1995 Thomas Omerzu, <omerzu@quantum.de>
  92.    Copyright (c) 1983 Regents of the University of California.
  93.    All rights reserved.
  94.   
  95.    Redistribution and use in source and binary forms, with or without
  96.    modification, are permitted provided that the following conditions
  97.    are met:
  98.    1. Redistributions of source code must retain the above copyright
  99.       notice, this list of conditions and the following disclaimer.
  100.    2. Redistributions in binary form must reproduce the above copyright
  101.       notice, this list of conditions and the following disclaimer in the
  102.       documentation and/or other materials provided with the distribution.
  103.    3. All advertising materials mentioning features or use of this software
  104.       must display the following acknowledgement:
  105.         This product includes software developed by the University of
  106.         California, Berkeley and its contributors.
  107.    4. Neither the name of the University nor the names of its contributors
  108.       may be used to endorse or promote products derived from this software
  109.       without specific prior written permission.
  110.   
  111.    THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
  112.    ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
  113.    IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
  114.    ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
  115.    FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
  116.    DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
  117.    OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
  118.    HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
  119.    LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
  120.    OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
  121.    SUCH DAMAGE.
  122.   
  123.